<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*--------------------初始化---------------------*/
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: '微软雅黑';
}

label.error {
  text-indent: -9999999px;
  display: none !important;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

ul, ol {
  margin: 0;
  padding-left: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
  color: #000;
}

a:hover {
  text-decoration: none;
}

#edition-cn {
  font-family: '微软雅黑';
}

#edition-tc {
  font-family: '微软雅黑';
}

#edition-en {
  font-family: 'Arial';
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix {
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  clear: both;
  visibility: hidden;
}

/*--------------------dufault---------------------*/
img {
  display: block;
  border: 0;
}

body {
  overflow-x: hidden;
  font-size: 14px;
}

figure {
  margin: 0;
}

.wrap {
  margin: 0 auto;
  width: 1200px;
  min-width: 1200px;
}

.header-block {
  width: 100%;
  height: 146px;
}

/*-----------------------------------------*/
input[type=button], input[type=submit] {
  -webkit-appearance: none;
}

input[type="button"], input[type="submit"], input[type="reset"] {
  -webkit-appearance: none;
}

textarea {
  -webkit-appearance: none;
}

.button {
  border-radius: 0;
}

/******************************************************* DEFAULT END */
/***
*** header ***
***/
.header {
  background: url("/template/images/topbg.jpg") repeat-x;
  min-width: 1400px;
  height: 116px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.header .logo {
  margin-left: 50px;
}

.header .logo a {
  display: block;
  width: 266px;
  height: 116px;
  font-size: 0;
  background: url("/template/images/logo.jpg") no-repeat;
}

.header .menu a {
  -webkit-transition: all 0s;
  transition: all 0s;
}

.header .menu &gt; ul &gt; li {
  position: relative;
  float: left;
}

.header .menu &gt; ul &gt; li &gt; a {
  display: block;
  padding: 0 25px;
  line-height: 116px;
  font-weight: bold;
  color: #fff;
}

.header .menu &gt; ul &gt; li &gt; a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0;
  border-bottom: 2px solid #2070cb;
  width: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.header .menu &gt; ul &gt; li a:hover, .header .menu &gt; ul &gt; li a.on {
  font-weight: bold;
  position: relative;
}

.header .menu &gt; ul &gt; li a:hover::after, .header .menu &gt; ul &gt; li a.on::after {
  width: 100%;
}

.header .menu &gt; ul &gt; li ul {
  display: none;
  position: absolute;
  z-index: 10;
  top: 116px;
  width: 100%;
}

.header .menu &gt; ul &gt; li ul li a {
  display: block;
  height: 40px;
  line-height: 40px;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #eee;
  background: #2070cb;
  color: #fff;
}

.header .menu &gt; ul &gt; li ul li a:hover {
  background: #fff;
  color: #2070cb;
}

.header .language {
  padding-right: 50px;
}

.header .language .lang-logo {
  padding-right: 10px;
}

.header .language .lang-tit {
  position: relative;
}

.header .language .lang-tit h3 {
  color: #fff;
  line-height: 116px;
  font-size: 14px;
  padding: 0 25px;
  font-weight: bold;
  cursor: pointer;
  font-size: 14px;
  position: relative;
}

.header .language .lang-tit h3 span {
  z-index: 9;
  position: absolute;
  right: 10px;
  top: 55px;
  height: 0;
  width: 0;
  border-top: 4px solid #fff;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid transparent;
}

.header .language .lang-tit h3::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0;
  border-bottom: 2px solid #2070cb;
  width: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.header .language .lang-tit ul {
  display: none;
  z-index: 5;
  position: absolute;
  top: 116px;
  width: 100%;
}

.header .language .lang-tit ul li {
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #eee;
}

.header .language .lang-tit ul li a {
  display: block;
  width: 100%;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #2e2e2e;
}

.header .language .lang-tit ul li a:hover {
  background: #2070cb;
  color: #fff;
}

.header .language .lang-tit:hover h3::after {
  width: 100%;
}

#edition-en .header .menu &gt; ul &gt; li:nth-child(2) ul {
  width: 160px;
  left: -35px;
}

#edition-en .header .menu &gt; ul &gt; li:nth-child(3) ul {
  width: 160px;
  left: -38px;
}

#edition-en .header .menu &gt; ul &gt; li:nth-child(5) ul {
  width: 160px;
  left: -30px;
}

#edition-en .header .menu &gt; ul &gt; li:nth-child(6) ul {
  width: 140px;
  left: -23px;
}

#edition-en .header .menu &gt; ul &gt; li:nth-child(7) ul {
  width: 160px;
  left: -19px;
}

#edition-en .header .menu &gt; ul &gt; li &gt; a {
  padding: 0 22px;
}

/******************************************************* HEADER END */
.index-banner .swiper-container {
  width: 100%;
  height: 647px;
  min-width: 1400px;
}

.index-banner .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.index-banner .swiper-button-next,
.index-banner .swiper-button-prev {
  width: 40px;
  height: 40px;
  margin-top: -20px;
}

.index-banner .swiper-button-next {
  right: 55px;
  border-radius: 5px;
  background: url("/template/images/right.png") rgba(0, 0, 0, 0.1) no-repeat;
  background-size: contain;
}

.index-banner .swiper-button-prev {
  left: 55px;
  border-radius: 5px;
  background: url("/template/images/left.png") rgba(0, 0, 0, 0.1) no-repeat;
  background-size: contain;
}

.index-banner .swiper-button-next:hover {
  background: url("/template/images/right.png") rgba(0, 0, 0, 0.2) no-repeat;
  background-size: contain;
}

.index-banner .swiper-button-prev:hover {
  background: url("/template/images/left.png") rgba(0, 0, 0, 0.2) no-repeat;
  background-size: contain;
}

.index-banner .swiper-pagination-bullet-active {
  background: #2070cb;
}

/*--------------------推荐产品---------------------*/
.index-product {
  padding: 80px 0;
}

.index-product .product-tit {
  text-align: center;
  padding-bottom: 55px;
}

.index-product .product-tit .big-tit {
  font-size: 30px;
  line-height: 1;
  font-weight: 600;
  color: #2070cb;
  text-align: center;
}

.index-product .product-tit .small-tit {
  line-height: 1;
  font-size: 14px;
  color: #2070cb;
}

.index-product .product-list li {
  float: left;
  margin-right: 26px;
  margin-bottom: 25px;
}

.index-product .product-list li .pic {
  width: 280px;
  height: 210px;overflow: hidden;
  overflow: hidden;
  position: relative;
}

.index-product .product-list li .pic img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.index-product .product-list li .model {
  line-height: 36px;
  text-align: center;
  font-size: 14px;
}

.index-product .product-list li .tit {
  line-height: 36px;
  padding-bottom: 5px;
  text-indent: 5px;
  font-size: 14px;
}

.index-product .product-list li:hover {
  background: #2070cb;
}

.index-product .product-list li:hover .pic img {
          transform: translateY(-50%) scale(1.1);
}

.index-product .product-list li:hover .model, .index-product .product-list li:hover .tit {
  color: #fff;
}

.index-product .product-list li:nth-child(4n) {
  margin-right: 0;
}

.index-product .product-list li:nth-child(n+5) {
  margin-bottom: 0;
}

.index-product .more {
  display: block;
  width: 165px;
  height: 36px;
  background: #2070cb;
  line-height: 36px;
  color: #fff;
  font-size: 16px;
  border: 1px solid #2070cb;
  border-radius: 18px;
  text-align: center;
  margin: 50px auto 0;
}

.index-product .more:hover {
  color: #2070cb;
  background: #fff;
}

.index-tit {
  font-size: 30px;
  line-height: 1;
  font-weight: 600;
  color: #2070cb;
  text-align: center;
}

.index-about {
  padding: 80px 0;
  background: url("/template/images/about-bg.jpg") no-repeat center center;
  background-size: cover;
}

.index-about .index-tit {
  color: #ffffff;
}

.index-about .about-content .about-l {
  margin-top: 20px;
}

.index-about .about-content .about-l ul {
  width: 430px;
  margin: auto;
}

.index-about .about-content .about-l ul li {
  float: left;
  margin-right: 30px;
}

.index-about .about-content .about-l ul li a {
  border: 1px solid #fff;
  -webkit-transition: all .4s;
  transition: all .4s;
  width: 200px;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.index-about .about-content .about-l ul li a p {
  padding-top: 80px;
  font-size: 24px;
  color: #fff;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.index-about .about-content .about-l ul li:hover a {
  background-color: #fff;
}

.index-about .about-content .about-l ul li:hover a p {
  color: #0789a9;
}

.index-about .about-content .about-l ul li:nth-child(1) a {
  background: url(/template/images/ico1.png) top 48px center no-repeat;
}

.index-about .about-content .about-l ul li:nth-child(1):hover a {
  background: url(/template/images/ico1-1.png) top 48px center no-repeat;
  background-color: #fff;
}

.index-about .about-content .about-l ul li:nth-child(2) {
  margin-right: 0;
}

.index-about .about-content .about-l ul li:nth-child(2) a {
  margin-right: 0;
  background: url(/template/images/ico2.png) top 48px center no-repeat;
}

.index-about .about-content .about-l ul li:nth-child(2):hover a {
  background: url(/template/images/ico2-1.png) top 48px center no-repeat;
  background-color: #fff;
}

.index-about .about-content .about-l ul li:nth-child(3) {
  margin-top: 33px;
  margin-bottom: 0;
}

.index-about .about-content .about-l ul li:nth-child(3) a {
  background: url(/template/images/ico3.png) top 48px center no-repeat;
}

.index-about .about-content .about-l ul li:nth-child(3):hover a {
  background: url(/template/images/ico3-1.png) top 48px center no-repeat;
  background-color: #fff;
}

.index-about .about-content .about-l ul li:nth-child(4) {
  margin-top: 33px;
  margin-bottom: 0;
  margin-right: 0;
}

.index-about .about-content .about-l ul li:nth-child(4) a {
  margin-right: 0;
  background: url(/template/images/ico4.png) top 48px center no-repeat;
}

.index-about .about-content .about-l ul li:nth-child(4):hover a {
  background: url(/template/images/ico4-1.png) top 48px center no-repeat;
  background-color: #fff;
}

.index-about .about-content .about-r img {
  width: 100%;
}

/*--------------------新闻中心---------------------*/
.index-news {
  padding: 80px 0;
}

.index-news .news-content {
  padding-top: 50px;
}

.index-news .news-content .news-left {
  margin-left: 10px;
  width: 474px;
}

.index-news .news-content .news-left .news-pic {
  height: 237px;
  overflow: hidden;
}

.index-news .news-content .news-left .news-pic img {
  width: 474px;
}

.index-news .news-content .news-left .news-info {
  background: #2070cb;
  padding: 20px;
}

.index-news .news-content .news-left .news-info .time .top {
  font-size: 32px;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.index-news .news-content .news-left .news-info .time .bottom {
  color: #baccf8;
  font-size: 12px;
  text-align: center;
}

.index-news .news-content .news-left .news-info .news-tit {
  width: 336px;
}

.index-news .news-content .news-left .news-info .news-tit .tit {
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-bottom: 17px;
  border-bottom: 1px solid #4b6dc3;
}

.index-news .news-content .news-left .news-info .news-tit .description {
  padding-top: 16px;
  font-size: 14px;
  line-height: 26px;
  color: #baccf8;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.index-news .news-content .news-right {
  width: 645px;
}

.index-news .news-content .news-right .newfirst {
  position: relative;
  padding-bottom: 30px;
}

.index-news .news-content .news-right .newfirst .tit {
  width: 80%;
  color: #333;
  font-size: 16px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-bottom: 15px;
  margin-bottom: 15px;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-bottom: 1px solid #dfdfdf;
}

.index-news .news-content .news-right .newfirst .des {
  width: 80%;
  color: #999;
  line-height: 30px;
  -webkit-transition: all .3s;
  transition: all .3s;
  height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.index-news .news-content .news-right .newfirst .time {
  position: absolute;
  right: 5px;
  top: 0;
  color: #555;
}

.index-news .news-content .news-right .newfirst .time .top {
  font-size: 32px;
  font-weight: 600;
  text-align: center;
}

.index-news .news-content .news-right .newfirst .time .bottom {
  font-size: 12px;
  text-align: center;
}

.index-news .news-content .news-right .newfirst .ico {
  position: absolute;
  top: 75px;
  right: 24px;
  color: #999;
}

.index-news .news-content .news-right .newfirst li:hover .tit {
  color: #2070cb;
}

.index-news .news-content .news-right .newfirst li:hover .des {
  color: #555;
}

.index-news .news-content .news-right .new-list li a {
  display: block;
  border-bottom: 1px solid #dfdfdf;
  position: relative;
}

.index-news .news-content .news-right .new-list li .tit {
  width: 80%;
  font-size: 14px;
  line-height: 56px;
  color: #555;
  -webkit-transition: all .3s;
  transition: all .3s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.index-news .news-content .news-right .new-list li .time {
  position: absolute;
  right: 5px;
  top: 20px;
  color: #999;
}

.index-news .news-content .news-right .new-list li:hover .tit {
  color: #2070cb;
}

#edition-en .index-about .about-content .about-l ul li a p {
  font-size: 18px;
}

/******************************************************* INDEX END */
/***
*** 内页 ***
***/
.page-banner {
  width: 100%;
  height: 0;
}

.page-banner .banner-bg {
  height: 100%;
}

.page-l {
  position: relative;
}

.page-left-menu {
  position: relative;
  float: left;
  display: none;
  width: 240px;
  background: #2070cb;
}

.page-left-menu.on {
  display: block;
}

.page-left-menu h2 {
  height: 80px;
  font-size: 20px;
  color: #fff;
  line-height: 80px;
  text-indent: 24px;
  font-weight: bold;
}

.page-left-menu ul li {
  height: 40px;
  padding-left: 5px;
  margin-bottom: 10px;
}

.page-left-menu ul li a {
  display: block;
  height: 40px;
  padding-left: 45px;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
  background: url(../images/icon-s.png) 12px center no-repeat;
  -webkit-transition: all .35s ease-in;
  transition: all .35s ease-in;
}

.page-left-menu ul li.on a,
.page-left-menu ul li a:hover {
  padding-left: 20px;
  background: url(../images/icon-s.png) 34px center no-repeat #fff;
  color: #2070cb;
}

.page-left-menu.fixed {
  position: fixed;
  top: 50px !important;
}

.page-right {
  width: 930px;
  float: right;
  padding-bottom: 50px;
}

.page-right .news-wrap {
  width: 930px;
  min-height: 380px;
}

.page-right .location {
  width: 100%;
  border-bottom: 1px solid #ddd;
}

.page-right .pager-cont {
  color: #555;
}

.page-right .pager-cont p {
  line-height: 26px;
}

.page-right .pager-cont p img {
  max-width: 800px;
  margin: 0 auto !important;
}

.page-right .pager-cont table {
  border-collapse: collapse;
  border-right: 1px solid #555;
  border-bottom: 1px solid #555;
}

.page-right .pager-cont table td {
  border-top: 1px solid #555;
  border-left: 1px solid #555;
  font-size: 16px;
  height: 36px;
  vertical-align: middle;
  text-align: center;
}

.page-right .pager-cont img {
  padding-left: 20px;
  padding-bottom: 10px;
}

.location {
  width: 954px;
  margin: 0 auto;
  position: relative;
  border-bottom: 0;
  height: 65px;
  padding: 0 13px;
}

.location h2 {
  float: left;
  position: relative;
  line-height: 45px;
  color: #2070cb;
  font-size: 20px;
}

.location p {
  width: 100%;
  text-align: right;
  line-height: 45px;
}

.location p, .location a {
  color: #333;
  font-size: 14px;
}

.location a:hover {
  color: #2070cb;
}

.page-r {
  width: 900px;
}

.page-r .page-tit {
  border-bottom: 1px solid #ccc;
  height: 65px;
  padding: 0 13px;
  margin-bottom: 40px;
}

.page-r .page-tit h2 {
  float: left;
  position: relative;
  line-height: 45px;
  color: #2070cb;
  font-size: 20px;
}

.page-r .page-tit p {
  width: 100%;
  text-align: right;
  line-height: 45px;
}

.page-r .page-tit p, .page-r .page-tit a {
  color: #333;
  font-size: 14px;
}

.page-r .page-tit a:hover {
  color: #2070cb;
}

/******************************************************* PAGE END */
.page-about {
  padding: 50px 0;
  margin: 0 auto;
  min-height: 468px;
}

.page-about .about-content p {
  font-size: 16px;
  line-height: 24px;
  color: #333;
}

.page-about .about-content p img {
  max-width: 800px;
  margin: 0 auto;
}

.page-about .about-piclist li {
  float: left;
  width: 290px;
  margin-right: 15px;
  overflow: hidden;
  margin-bottom: 20px;
}

.page-about .about-piclist li figure {
  height: 100%;
}

.page-about .about-piclist li img {
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.page-about .about-piclist li:nth-child(3n) {
  margin-right: 0;
}

.page-about .about-piclist li:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.list_about .product-list .tit {
  text-align: center;
  height: 40px;
}

/******************************************************* PRODUCT END */
.page-product {
  padding: 50px 0;
}

.page-product .product-head {
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid #eee;
}

.page-product .product-head .tit {
  color: #000103;
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
}

.page-product .product-head .tit::after {
  content: "";
  display: block;
  height: 0;
  width: 62px;
  margin-top: 10px;
  border-bottom: 3px solid #2070cb;
}

.page-product .product-head .list li {
  float: left;
  margin-left: 45px;
  cursor: pointer;
  margin-bottom: 12px;
}

.page-product .product-head .list li a {
  display: block;
  height: 28px;
  line-height: 28px;
  -webkit-transition: all 0s;
  transition: all 0s;
  font-size: 14px;
  color: #616161;
}

.page-product .product-head .list li:nth-child(1) {
  margin-left: 0;
}

.page-product .product-head .list .on a, .page-product .product-head .list li:hover a {
  color: #2070cb;
  border-bottom: 2px solid #2070cb;
}

.page-product .product-list {
  min-height: 400px;
}

.page-product .product-list li {
  float: left;
  margin-right: 15px;
  margin-bottom: 25px;
}

.page-product .product-list li a {
  display: block;
  overflow: hidden;
}

.page-product .product-list li .pic {
  width: 290px;
  height: 210px;overflow: hidden;
  overflow: hidden;
  position: relative;
}

.page-product .product-list li .pic img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}


.page-product .product-list li .model {
  padding-top: 5px;
  line-height: 24px;
  text-indent: 5px;
  font-size: 14px;
}

.page-product .product-list li .tit {
  width: 290px;
  line-height: 40px;
  text-indent: 5px;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.page-product .product-list li:hover {
  background: #2070cb;
}

.page-product .product-list li:hover .pic img {
  transform: translateY(-50%) scale(1.1);
}

.page-product .product-list li:hover .model, .page-product .product-list li:hover .tit {
  color: #fff;
}

.page-product .product-list li:nth-child(3n) {
  margin-right: 0;
}

.page-product .paging {
  padding-top: 20px;
}

#edition-en .page-product .product-head .list {
  width: 950px;
}

#edition-en .page-product .product-head .list li {
  margin-left: 35px;
}

/***
*** 其他通用样式 ***
***/
/*翻页样式*/
.paging {
  text-align: center;
  padding: 45px 0 0 0;
  font-size: 12px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.paging li {
  display: inline-block;
  line-height: 24px;
  text-align: center;
  font-size: 14px;
}

.paging li a {
  display: inline-block;
  color: #2070cb;
  background: #f2f2f2;
  width: 24px;
  height: 24px;
  line-height: 24px;
  margin-right: 3px;
  font-size: 12px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.paging li.thisclass a, .paging li:hover a {
  background: #2070cb;
  color: #fff;
}

.pageinfo {
  letter-spacing: 1px;
}

.pageinfo strong {
  font-family: "Arial";
  font-weight: normal;
  font-size: 14px;
}

.paging li.i a, .paging li.n a, .paging li a.e, .paging li.p a, .paging li.e a {
  text-indent: -9999px;
}

.paging li.i a {
  background: url(../images/paging_btn.png) 7px center no-repeat #f2f2f2;
}

.paging li a.e {
  background: url(../images/paging_btn.png) -152px center no-repeat #f2f2f2;
}

.paging li.e a {
  background: url(../images/paging_btn.png) -152px center no-repeat #f2f2f2;
}

.paging li.p a {
  background: url(../images/paging_btn.png) -32px center no-repeat #f2f2f2;
}

.paging li.n a {
  background: url(../images/paging_btn.png) -100px center no-repeat #f2f2f2;
}

.paging li.i:hover a {
  background: url(../images/paging_btn_hover.png) 7px center no-repeat #2070cb;
}

.paging li:hover a.e {
  background: url(../images/paging_btn_hover.png) -152px center no-repeat #2070cb;
}

.paging li.e:hover a {
  background: url(../images/paging_btn_hover.png) -152px center no-repeat #2070cb;
}

.paging li.p:hover a {
  background: url(../images/paging_btn_hover.png) -32px center no-repeat #2070cb;
}

.paging li.n:hover a {
  background: url(../images/paging_btn_hover.png) -100px center no-repeat #2070cb;
}

/******************************************************* CONTACT END */
.page-news {
  padding: 50px 0;
}

.page-news .news-list {
  min-height: 200px;
}

.page-news .news-list li {
  position: relative;
  padding: 32px 20px 32px 36px;
  overflow: hidden;
  -webkit-transition: all .5s;
  transition: all .5s;
  cursor: pointer;
  border-bottom: 1px solid #ddd;
}

.page-news .news-list span {
  display: inline-block;
  width: 200px;
  height: 135px;
  overflow: hidden;
  border: 1px solid #eee;
}

.page-news .news-list span .no-pic {
  display: none;
  color: #555;
  text-align: center;
  position: relative;
  top: 50%;
  line-height: 30px;
  margin-top: -15px;
}

.page-news .news-list img {
  width: 200px;
  margin-right: 40px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.page-news .news-list .txt {
  position: absolute;
  width: 65%;
  top: 32px;
  left: 280px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.page-news .news-list .tit {
  margin: 5px 0 3px;
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
  color: #575757;
  -webkit-transition: all .5s;
  transition: all .5s;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 480px;
  white-space: nowrap;
}

.page-news .news-list .date {
  position: absolute;
  right: 10px;
  top: 6px;
  font-size: 14px;
  color: #999;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.page-news .news-list .description {
  top: 80px;
  width: 550px;
  height: 56px;
  -webkit-transition: all .5s;
  transition: all .5s;
  font-size: 14px;
  color: #999;
  line-height: 28px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 20px;
}

.page-news .news-list a {
  display: block;
}

.page-news .news-list li:hover {
  background-color: #fff;
}

.page-news .news-list li:hover .description, .page-news .news-list .caiyan-news li:hover .tit {
  margin-left: 10px;
}

.page-news .news-list li:hover .date, .page-news .news-list .caiyan-news li:hover .tit {
  color: #333;
}

.page-news .news-list li:hover .description {
  color: #666;
}

.page-news .page-tit {
  margin-bottom: 0;
}

.epd-news {
  padding-top: 40px;
  padding-bottom: 0;
}

#news_con article {
  font-size: 14px;
  line-height: 28px;
}

#news_con article .title {
  width: 800px;
  color: #444;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin: 0 auto;
  line-height: 28px;
}

#news_con article .date {
  font-size: 12px;
  text-align: center;
  color: #aaa;
  margin-top: 12px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}

#news_con article .body {
  width: 900px;
  margin: 50px auto 50px;
  min-height: 250px;
}

#news_con article .body p {
  line-height: 26px;
  font-size: 16px;
  color: #333;
}

#news_con article .body img {
  max-width: 800px;
  height: auto !important;
  display: block;
  margin: 0 auto;
}

.tj-news {
  padding: 30px 0 60px;
}

.tj-news .tj-container h3 {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 20px;
}

.tj-news .tj-container li {
  float: left;
  width: 47%;
  font-size: 16px;
  line-height: 40px;
  color: #555;
}

.tj-news .tj-container li a {
  display: block;
  border-bottom: 1px dashed #ccc;
  position: relative;
}

.tj-news .tj-container li .tit {
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tj-news .tj-container li .date {
  color: #aaa;
  font-size: 14px;
  margin-right: 15px;
  position: absolute;
  line-height: 40px;
  right: 0;
  top: 0;
}

.tj-news .tj-container li:nth-child(odd) {
  margin-right: 6%;
}

.tj-news .tj-container li:hover a {
  color: #2070cb;
}

.contentnav {
  margin: 0 auto;
  border-bottom: 1px solid #eee;
  padding-top: 40px;
  padding-bottom: 60px;
  text-align: center;
}

.contentnav div {
  display: inline-block;
}

.contentnav div:first-child + div {
  margin: 0 160px;
}

.contentnav a {
  display: block;
  width: 120px;
  line-height: 36px;
  font-size: 14px;
  text-align: center;
  border: 1px solid #555;
  color: #555;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.contentnav a:hover {
  background-color: #2070cb;
  border: 1px solid #2070cb;
  color: #fff;
}

.contentnav .t-prev a:hover {
  text-indent: -10px;
}

.contentnav .t-next a:hover {
  text-indent: 10px;
}

.art-product {
  padding: 50px 0 0;
}

.art-product .pro-cont {
  padding-bottom: 50px;
}

.art-product .pro-cont .tit {
  width: 100%;
  font-size: 22px;
  line-height: 30px;
  padding-bottom: 20px;
  text-align: center;
  color: #2070cb;
  border-bottom: 1px solid #eee;
}

.art-product .pro-cont .pic {
  width: 450px;
  margin: 0 auto;
  overflow: hidden;
}

.art-product .pro-cont .pic img {
  width: 100%;
  margin: 40px 0 35px;
}

.art-product .pro-cont .det-tit {
  border-bottom: 1px solid #eee;
}

.art-product .pro-cont .det-tit .titl {
  display: inline-block;
  padding: 10px 30px;
  background: #2070cb;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  display: none;
}

.art-product .pro-cont .content {
  width: 900px;
  margin: 50px auto 0;
  min-height: 250px;
}

.art-product .pro-cont .content p {
  line-height: 30px;
  font-size: 16px;
  color: #333;
}

.art-product .pro-cont .content img {
  margin: 0 auto;
}

.art-product .pro-cont .detail_prenext {
  border: none;
  padding-bottom: 30px;
}

.detail_prenext {
  text-align: center;
  padding-bottom: 50px;
  border-bottom: 1px solid #eee;
}

.detail_prenext span {
  height: 30px;
  line-height: 30px;
  text-align: right;
}

.detail_prenext #pre {
  display: inline-block;
  background: url(../images/left-circle.jpg) no-repeat center left;
  padding-left: 24px;
}

.detail_prenext #next {
  display: inline-block;
  text-align: left;
  background: url(../images/right-circle.jpg) no-repeat right center;
  padding-right: 24px;
}

.detail_prenext #item {
  display: inline-block;
  background: url(../images/unordered-list.jpg) no-repeat center left;
  padding-left: 24px;
  margin: 0 90px;
}

.detail_prenext span a {
  text-decoration: none;
  color: #666;
  display: block;
}

.detail_prenext span:hover a span {
  color: #666;
}

.detail_prenext span a:hover {
  color: #2070cb;
}

/******************相关产品********************/
.related_scroll {
  background: #fafafa;
  position: relative;
  display: none;
}

.related_scroll h2 {
  padding-top: 50px;
  text-align: center;
}

.related_scroll h2 a {
  color: #2070cb;
  font-size: 28px;
  font-weight: 600;
}

.related_scroll .related-box {
  padding: 50px 0;
}

.related_scroll ul {
  margin-bottom: 65px;
  margin-left: 50px;
  overflow: visible !important;
}

.related_scroll ul li {
  float: left;
  width: 200px !important;
  margin-right: 15px;
  margin-left: 15px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.related_scroll ul li .title {
  font-size: 14px;
  background: #fff;
  line-height: 38px;
  height: 38px;
  overflow: hidden;
  -webkit-transition: all .3s;
  transition: all .3s;
  text-align: center;
}

.related_scroll ul li .img {
  text-align: center;
  width: 200px;
  height: 150px;
  overflow: hidden;
  background: transparent;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: relative;
  background: #fff;
}

.related_scroll ul li .img img {
  width: 100%;
  margin: auto;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.related_scroll ul li a {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
}

.related_scroll ul li .ico {
  width: 40px;
  height: 40px;
  background: url("/template/images/soso-ico.png") no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.related_scroll ul li .ico.on {
  margin-top: -20px;
  top: 50%;
  opacity: 1;
  z-index: 1;
}

.related_scroll ul li .ico.out {
  margin-top: 0;
  top: 0;
  opacity: 0;
  z-index: 1;
}

.related_scroll ul li:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.related_scroll ul li:hover a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(32, 112, 203, 0.801);
}

.related_scroll ul li:hover .img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.tempWrap {
  margin: 0 auto !important;
  overflow: hidden;
}

.arrowl {
  display: block;
  left: -30px;
  margin-top: 20px;
  top: 50%;
}

.arrowr {
  display: block;
  right: -30px;
  margin-top: 20px;
  top: 50%;
}

.product_btn {
  border-top: 1px solid #eee;
  text-align: center;
  padding-top: 70px;
}

.product_btn a {
  display: inline-block;
  height: 40px;
  border: 2px solid #2c8dd1;
  line-height: 40px;
  width: 204px;
  border-radius: 40px;
  margin: 0 15px;
}

.product_btn a:hover {
  background: #2c8dd1;
  color: #fff;
}

.bottomwrap {
  margin: 0 auto;
  padding-left: 20px;
}

.arrow {
  position: absolute;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  cursor: pointer;
}

.arrowl {
  background: url(../images/prev2.png) center no-repeat;
  background-size: 40px 40px;
}

.arrowl:hover {
  background: url(../images/prev3.png) center no-repeat;
  background-size: 40px 40px;
}

.arrowr {
  background: url(../images/next2.png) center no-repeat;
  background-size: 40px 40px;
}

.arrowr:hover {
  background: url(../images/next3.png) center no-repeat;
  background-size: 40px 40px;
}

/***********相关产品end**********/
.product_btn {
  border-top: 1px solid #eee;
  text-align: center;
  padding-top: 70px;
}

.product_btn a {
  display: inline-block;
  height: 40px;
  border: 2px solid #2c8dd1;
  line-height: 40px;
  width: 204px;
  border-radius: 40px;
  margin: 0 15px;
}

.product_btn a:hover {
  background: #2c8dd1;
  color: #fff;
}

.bottomwrap {
  margin: 0 auto;
  padding-left: 20px;
}

.arrow {
  position: absolute;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  cursor: pointer;
}

.arrowl {
  background: url(../images/prev2.png) center no-repeat;
  background-size: 40px 40px;
}

.arrowl:hover {
  background: url(../images/prev3.png) center no-repeat;
  background-size: 40px 40px;
}

.arrowr {
  background: url(../images/next2.png) center no-repeat;
  background-size: 40px 40px;
}

.arrowr:hover {
  background: url(../images/next3.png) center no-repeat;
  background-size: 40px 40px;
}

.page-anli {
  padding-bottom: 60px;
}

.page-anli .anli-title {
  padding: 50px 0;
  text-align: center;
  color: #2070cb;
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
}

.page-anli .anli-list li {
  border: 1px solid #eee;
  width: 290px;
  margin-right: 10px;
  margin-bottom: 20px;
  float: left;
}

.page-anli .anli-list li .pic {
  max-width: 290px;
  max-height: 188px;
  overflow: hidden;
}

.page-anli .anli-list li .pic img {
  max-width: 290px;
  max-height: 188px;
}

.page-anli .anli-list li .img-fluid {
  margin: 0 auto;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.page-anli .anli-list li .tit {
  line-height: 40px;
  text-align: center;
}

.page-anli .anli-list li:hover .img-fluid {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.page-anli .anli-list li:nth-child(4n) {
  margin-right: 0;
}

.paege-zhaoshang .page-r .about-content a:nth-child(3n-1) {
  margin: 0 18px;
}

.paege-zhaoshang .page-r .about-content a:hover .zs_img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.paege-zhaoshang .page-r .about-content a:hover .zs span {
  color: #222;
}

.paege-zhaoshang .page-r .about-content a {
  display: block;
  width: 32%;
  margin-bottom: 20px;
}

.paege-zhaoshang .page-r .about-content a .zs span {
  text-align: center;
  display: block;
  border-bottom: 1px solid #cccccc;
  color: #575757;
  line-height: 30px;
  font-size: 12px;
}

.paege-zhaoshang .page-r .about-content a .zs_img {
  width: 100%;
  overflow: hidden;
  height: 215px;
}

.paege-zhaoshang .page-r .about-content a .zs_img img {
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.paege-zhaoshang .page-r .about-content a .zs_head {
  width: 25%;
  border-left: 1px solid #cccccc;
}

.paege-zhaoshang .page-r .about-content a .zs_body {
  width: 75%;
  overflow: hidden;
  border-right: 1px solid #cccccc;
}

.paege-zhaoshang .page-r .about-content a .zs_body span {
  padding-right: 5px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.paege-zhaoshang .page-r .about-content a .en {
  display: none;
}

#edition-en .paege-zhaoshang .page-r .about-content a .en {
  display: block;
}

#edition-en .paege-zhaoshang .page-r .about-content a .cn {
  display: none;
}

#edition-en .paege-zhaoshang .page-r .about-content a:nth-child(4), #edition-en .paege-zhaoshang .page-r .about-content a:nth-child(6), #edition-en .paege-zhaoshang .page-r .about-content a:nth-child(7) {
  display: none;
}

#edition-en .paege-zhaoshang .page-r .about-content a:nth-child(5) {
  margin-left: 0;
}

#edition-en .paege-zhaoshang .page-r .about-content a:nth-child(8) {
  margin-left: 0;
}

#edition-en .paege-zhaoshang .page-r .about-content a .zs_body {
  width: 72%;
}

#edition-en .paege-zhaoshang .page-r .about-content a .zs_head {
  width: 28%;
}

/******************************************************* FOOTER END */
/***
*** 脚部 ***
***/
.footer .foot-info {
  background: #2070cb;
  color: #fff;
  padding: 35px 0;
}

.footer .foot-info p {
  line-height: 24px;
}

.footer .foot-info .info-l {
  padding-left: 50px;
  padding-right: 165px;
}

.footer .foot-info .info-l .address span {
  display: inline-block;
}

.footer .foot-power {
  text-align: center;
  background: #2070cb;
  border-top: 1px solid #2883eb;
  color: #fff;
  line-height: 40px;
}

.footer .foot-power a {
  color: #fff;
}

#edition-cn .footer .foot-info .info-l .en, #edition-cn .footer .foot-info .info-r .en {
  display: none;
}

#edition-en .footer .foot-info .info-l .en, #edition-en .footer .foot-info .info-r .en {
  display: block;
}

#edition-en .footer .foot-info .info-l .cn, #edition-en .footer .foot-info .info-r .cn {
  display: none;
}

/*固定侧边拦*/
.float-right-box {
  width: 250px;
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -127px;
  background-color: #2070cb;
  z-index: 1000;
  -webkit-transition: width 0.3s ease 0s;
  transition: width 0.3s ease 0s;
}

.float-right-box.on {
  width: 50px;
}

.float-right-box .top-list {
  width: 100%;
}

.float-right-box .top-list ul {
  width: 100%;
}

.float-right-box .top-list li {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #eee;
  height: 50px;
}

.float-right-box .top-list a {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  height: 51px;
  -webkit-transition: all 0s;
  transition: all 0s;
}

.float-right-box .top-list .ico {
  display: inline-block;
  width: 50px;
  height: 49px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.float-right-box .top-list .ico_qq {
  background: url(../images/elf.png) no-repeat -68px -69px #2070cb;
}

.float-right-box .top-list .ico_tel {
  background: url(../images/elf.png) no-repeat -188px -9px #2070cb;
}

.float-right-box .top-list .ico_phone {
  background: url(../images/elf.png) no-repeat -68px -186px #2070cb;
}

.float-right-box .top-list .ico_dizhi {
  background: url(../images/elf.png) no-repeat -189px -126px #2070cb;
}

.float-right-box .top-list .ico_email {
  background: url(../images/elf.png) no-repeat -67px -8px #2070cb;
}

.float-right-box .top-list .ico_wechat {
  background: url(../images/erweima.png) no-repeat center #2070cb;
  background-size: 28px 28px;
}

.float-right-box .top-list .ico_top {
  background: url(../images/elf.png) no-repeat -188px -69px #2070cb;
}

.float-right-box .top-list .stt {
  display: inline-block;
  font-size: 14px;
  line-height: 50px;
  color: #fff;
  position: absolute;
  left: 22px;
  top: 0;
  z-index: 1;
  width: 222px;
}

.float-right-box .top-list li:hover .stt {
  color: #191919;
}

.float-right-box .top-list li:hover .ico_qq {
  background: url(../images/elf.png) no-repeat -8px -69px #fff;
}

.float-right-box .top-list li:hover .ico_tel {
  background: url(../images/elf.png) no-repeat -128px -9px #fff;
}

.float-right-box .top-list li:hover .ico_phone {
  background: url(../images/elf.png) no-repeat -8px -186px #fff;
}

.float-right-box .top-list li:hover .ico_dizhi {
  background: url(../images/elf.png) no-repeat -129px -126px #fff;
}

.float-right-box .top-list li:hover .ico_email {
  background: url(../images/elf.png) no-repeat -7px -8px #fff;
}

.float-right-box .top-list li:hover .ico_wechat {
  background: url(../images/erweima_h.png) no-repeat center #fff;
  background-size: 28px 28px;
}

.float-right-box .top-list li:hover .ico_top {
  background: url(../images/elf.png) no-repeat -128px -69px #fff;
}

.float-right-box .top-list li:hover {
  background-color: #fff;
}

.float-right-box .top-list li:hover .img {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.float-right-box .top-list .return-webtop .stt {
  font-family: "Arial";
  text-align: left;
  font-weight: bold;
}

#wechat .img {
  position: absolute;
  right: 250px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  width: 150px;
  height: 150px;
  -webkit-transition: all .3s;
  transition: all .3s;
  top: 50%;
  margin-top: -75px;
}

#wechat .img img {
  width: 150px;
  height: 150px;
}

.float-right-box .top-list li:hover #wechat .img {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.float-right-box .top-list li.am-gotop {
  opacity: 0;
  visibility: hidden;
  height: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-bottom: 0;
}

.float-right-box .top-list li.am-gotopon {
  visibility: visible;
  opacity: 1;
  height: 50px;
}

/* ********************************留言 **************************************/
.page-liuyan .page-r .about-content .ly .bt td {
  display: inline-block;
  margin-right: 15px;
}

.page-liuyan .page-r .about-content .ly .bt td:nth-child(3) {
  margin-right: 0;
}

.page-liuyan .page-r .about-content .ly tr {
  display: block;
  padding-bottom: 15px;
}

.page-liuyan .page-r .about-content .ly tr td {
  position: relative;
}

.page-liuyan .page-r .about-content .ly tr .tit {
  font-size: 16px;
  line-height: 24px;
  color: #333;
  width: 76px;
  display: block;
}

.page-liuyan .page-r .about-content .ly tr .dz {
  width: 350px;
}

.page-liuyan .page-r .about-content .ly tr .intxt {
  font-size: 16px;
  text-indent: 15px;
  height: 40px;
  color: #555;
  outline: none;
}

.page-liuyan .page-r .about-content .ly tr textarea {
  width: 100%;
  height: 300px;
  padding-top: 10px;
  text-indent: 15px;
  font-size: 16px;
  font-family: '微软雅黑';
  outline: none;
}

.page-liuyan .page-r .about-content .ly tr .dz_td {
  display: block;
  width: 100%;
}

.page-liuyan .page-r .about-content .ly tr .dz_td input {
  width: 100%;
}

.page-liuyan .page-r .about-content .ly .coolbg {
  border: 1px solid #2070cb;
  display: inline-block;
  padding: 8px 25px;
  background-color: #2070cb;
  color: #fff;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

.page-liuyan .page-r .about-content .ly .coolbg:hover {
  background-color: #fff;
  color: #2070cb;
}

.page-liuyan .page-r .about-content .ly .coolbg:nth-child(2) {
  border: 1px solid #aaa;
  color: #fff;
  background: #aaa;
}

.page-liuyan .page-r .about-content .ly .coolbg:nth-child(2):hover {
  border: 1px solid #aaa;
  background-color: #fff;
  color: #aaa;
}

.page-liuyan .about-content form label.error {
  display: block !important;
  color: #f00;
  text-indent: 0;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  top: 0;
  right: 5px;
}
</pre></body></html>